home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 26
/
Cream of the Crop 26.iso
/
os2
/
plnk081.zip
/
pilot-link.0.8.1
/
Java
/
Pdapilot
/
AppBlock.java
next >
Wrap
Text File
|
1997-08-05
|
266b
|
21 lines
package Pdapilot;
import java.io.*;
public class AppBlock extends Block {
public AppBlock() {
super();
}
public AppBlock(byte[] contents) {
super(contents);
}
public String describe() {
return "raw='"+Util.prettyPrint(raw)+"'";
}
}